newMatchingTopic = new HashMap<String, List<EventHandlerProxy>>(this.matchingTopic);
}
this.updateMap(newMatchingTopic, topic, proxy, false);
}
}
if ( newMatchingTopic != null )
else
{
// exact match
this.updateMap(this.matchingTopic, topic, proxy, false);
}
}
}